home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / sharewar / gale / setgalee.exe / {app} / Gale.exe / 0 / RCDATA / TFORMLOADPAL / TFORMLOADPAL.txt
Encoding:
Text File  |  2002-10-07  |  2.2 KB  |  120 lines

  1. object FormLoadPal: TFormLoadPal
  2.   Left = 210
  3.   Top = 177
  4.   BorderStyle = bsDialog
  5.   Caption = 'Load Palette'
  6.   ClientHeight = 333
  7.   ClientWidth = 470
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = False
  11.   Position = poMainFormCenter
  12.   Scaled = False
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   PixelsPerInch = 96
  16.   TextHeight = 12
  17.   object Bevel1: TBevel
  18.     Left = 4
  19.     Top = 8
  20.     Width = 457
  21.     Height = 273
  22.     Shape = bsFrame
  23.   end
  24.   object PaintSrc: TDXPaintBox
  25.     Left = 16
  26.     Top = 36
  27.     Width = 192
  28.     Height = 192
  29.     AutoStretch = False
  30.     Center = False
  31.     KeepAspect = False
  32.     Stretch = False
  33.     ViewWidth = 0
  34.     ViewHeight = 0
  35.     OnMouseDown = PaintSrcMouseDown
  36.     OnMouseMove = PaintSrcMouseMove
  37.     OnMouseUp = PaintSrcMouseUp
  38.   end
  39.   object Label1: TLabel
  40.     Left = 16
  41.     Top = 20
  42.     Width = 73
  43.     Height = 12
  44.     Caption = 'Drag to select'
  45.   end
  46.   object PaintDst: TDXPaintBox
  47.     Left = 256
  48.     Top = 36
  49.     Width = 192
  50.     Height = 192
  51.     AutoStretch = False
  52.     Center = False
  53.     KeepAspect = False
  54.     Stretch = False
  55.     ViewWidth = 0
  56.     ViewHeight = 0
  57.     OnMouseDown = PaintDstMouseDown
  58.     OnMouseMove = PaintDstMouseMove
  59.   end
  60.   object Label2: TLabel
  61.     Left = 256
  62.     Top = 20
  63.     Width = 72
  64.     Height = 12
  65.     Caption = 'Click to paste'
  66.   end
  67.   object Label3: TLabel
  68.     Left = 224
  69.     Top = 112
  70.     Width = 18
  71.     Height = 12
  72.     Caption = '-->'
  73.   end
  74.   object Button1: TButton
  75.     Left = 296
  76.     Top = 292
  77.     Width = 75
  78.     Height = 25
  79.     Caption = 'OK'
  80.     Default = True
  81.     ModalResult = 1
  82.     TabOrder = 2
  83.   end
  84.   object btnCancel: TButton
  85.     Left = 376
  86.     Top = 292
  87.     Width = 75
  88.     Height = 25
  89.     Cancel = True
  90.     Caption = 'Cancel'
  91.     ModalResult = 2
  92.     TabOrder = 3
  93.   end
  94.   object btnAll: TButton
  95.     Left = 284
  96.     Top = 240
  97.     Width = 75
  98.     Height = 25
  99.     Caption = 'All'
  100.     TabOrder = 0
  101.     OnClick = btnAllClick
  102.   end
  103.   object btnClr: TButton
  104.     Left = 364
  105.     Top = 240
  106.     Width = 75
  107.     Height = 25
  108.     Caption = 'Undo'
  109.     TabOrder = 1
  110.     OnClick = btnClrClick
  111.   end
  112.   object Timer1: TTimer
  113.     Enabled = False
  114.     Interval = 300
  115.     OnTimer = Timer1Timer
  116.     Left = 168
  117.     Top = 112
  118.   end
  119. end
  120.